home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Borland Visual dBASE Professiona v7.0 / DATA1.CAB / Sample_dBASE / Fleet / Fleet.cfm < prev    next >
Text File  |  1997-11-20  |  264b  |  11 lines

  1. CLASS fleetCForm OF FORM custom
  2.    this.autoCenter = true
  3.    this.Height = 18.3529
  4.    this.Left = 11.875
  5.    this.Top = 0.3529
  6.    this.Width = 60.75
  7.    this.Text = ""
  8.    this.background = "filename clouds.jpg"
  9.    this.Icon = "filename Fleet.ico"
  10. ENDCLASS
  11.